Item Property

Summary
Gets or sets value with the specified key.
Syntax
C#
VB
C++
public virtual TValue Item( 
   TKey key 
) { get; set; } 
  
Public Overridable Default Property Item( _ 
   ByVal key As TKey _ 
) As TValue 
public: 
virtual property _TValue^_ default [TKey^] { 
   TValue^ get(TKey^ key); 
   void set (TKey^ key, TValue^ ); 
} 

Parameters

key
Parameter containing the TKey value.

Property Value

The dictionary value.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.